home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000309_fdc@columbia.edu_Thu Apr 20 10:26:44 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: outputting an escape key possible?
  5. Date: 20 Apr 2006 14:26:29 GMT
  6. Organization: Columbia University
  7. Lines: 34
  8. Message-ID: <slrne4f6gl.djh.fdc@sesame.cc.columbia.edu>
  9. References: <oq2%f.58694$VV4.1080798@ursa-nb00s0.nbnet.nb.ca> <QlG1g.62779$VV4.1175322@ursa-nb00s0.nbnet.nb.ca>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1145543189 11481 128.59.59.56 (20 Apr 2006 14:26:29 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 20 Apr 2006 14:26:29 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15566
  17.  
  18. On 2006-04-20, Scott Caissie <scottac@nb.sympatico.ca> wrote:
  19. : Just a few more comments.
  20. : \Kdnarr & \Kuparr can be outputted.
  21. : \Kexit & \Kupscn & \Kdnscn can not be outputted.
  22. :
  23. : Whats the rule on this? Or how to work around this?
  24. :
  25. \Kdnarr and \Kuparr are Kerboard Verbs (Kverbs) that send characters out the
  26. communication connection.  You're not sending the Kverbs themselves, you are
  27. invoking them and they are doing their jobs.
  28.  
  29. \Kexit & \Kupscn & \Kdnscn have actions that are strictly local.  They do
  30. not send characters out the connection; that is why you can't OUTPUT them.
  31. There is nothing to OUTPUT.
  32.  
  33. : "Scott Caissie" <scottac@nb.sympatico.ca> wrote in message 
  34. : news:oq2%f.58694$VV4.1080798@ursa-nb00s0.nbnet.nb.ca...
  35. :> Escape key as in Alt X or \Kexit.
  36. :>
  37. :> I'm trying to find a way to get a macro to trigger going to the COMMAND 
  38. :> window by any feasible means possible. When this occurs, it will resume 
  39. :> the rest of the coding.
  40. :
  41. As noted previously in this newsgroup, there is a bug that inhibits proper
  42. execution of macros assigned to keystrokes in the current release of K95.
  43. The only real solution to this problem is to release the next version of
  44. K95, in which this bug is fixed:
  45.  
  46.   http://www.columbia.edu/kermit/support.html
  47.  
  48. As noted repeatedly, I'm working on arranging for this.  It's a bureacratic
  49. problem, not a technical one.
  50.  
  51. - Frank